Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NPdfExportDialog<TContent> Class / CreateExportButton Method


In This Topic
    CreateExportButton Method (NPdfExportDialog<TContent>)
    In This Topic
    Creates the export button.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateExportButton() As NButton
    'Usage
     
    
    Dim instance As NPdfExportDialog(Of TContent)
    Dim value As NButton
     
    value = instance.CreateExportButton()
    protected override NButton CreateExportButton()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also